home *** CD-ROM | disk | FTP | other *** search
- object FileSettForm: TFileSettForm
- Left = 266
- Top = 212
- Width = 371
- Height = 145
- Caption = 'Edit Shortcut'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 83
- Width = 363
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object Panel2: TPanel
- Left = 202
- Top = 0
- Width = 161
- Height = 35
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object Button1: TButton
- Left = 8
- Top = 0
- Width = 73
- Height = 33
- Caption = '&OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 88
- Top = 0
- Width = 73
- Height = 33
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 363
- Height = 83
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- object Panel4: TPanel
- Left = 0
- Top = 0
- Width = 64
- Height = 83
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 57
- Height = 13
- Caption = 'Name'
- end
- object Label2: TLabel
- Left = 8
- Top = 32
- Width = 57
- Height = 13
- Caption = 'File'
- end
- object Label3: TLabel
- Left = 7
- Top = 57
- Width = 58
- Height = 13
- Caption = 'Arguments'
- end
- end
- object Edit1: TEdit
- Left = 64
- Top = 8
- Width = 297
- Height = 21
- TabOrder = 1
- end
- object Edit2: TEdit
- Left = 64
- Top = 32
- Width = 297
- Height = 21
- TabOrder = 2
- end
- object Edit3: TEdit
- Left = 64
- Top = 56
- Width = 297
- Height = 21
- TabOrder = 3
- end
- end
- end
-